Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Lines


Q3Line_New

You can use the Q3Line_New function to create a new line.

TQ3GeometryObject Q3Line_New (const TQ3LineData *lineData);
lineData
A pointer to a TQ3LineData structure.
DESCRIPTION
The Q3Line_New function returns, as its function result, a new line having the endpoints and attributes specified by the lineData parameter. If a new line could not be created, Q3Line_New returns the value NULL.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996